home *** CD-ROM | disk | FTP | other *** search
- global Hdrive, gDisc, gMovie
-
- on song
- set gMovie to Hdrive & "song_1.dir"
- set the blend of sprite 33 to 100
- puppetSound("SCLICK.WAV")
- updateStage()
- startTimer()
- repeat while the timer < 10
- end repeat
- set the blend of sprite 33 to 0
- updateStage()
- go(1, gMovie)
- end
-
- on study
- set gMovie to Hdrive & "song_1.dir"
- set the blend of sprite 34 to 100
- puppetSound("SCLICK.WAV")
- updateStage()
- startTimer()
- repeat while the timer < 10
- end repeat
- set the blend of sprite 34 to 0
- updateStage()
- go(10, gMovie)
- end
-
- on main
- set gDisc to "Disc 1"
- set gMovie to Hdrive & "mainmen.dir"
- set the blend of sprite 35 to 100
- puppetSound("SCLICK.WAV")
- updateStage()
- startTimer()
- repeat while the timer < 10
- end repeat
- set the blend of sprite 35 to 0
- updateStage()
- go("select", gMovie)
- end
-
- on done
- set gMovie to Hdrive & "song_1.dir"
- set the blend of sprite 36 to 100
- puppetSound("SCLICK.WAV")
- updateStage()
- startTimer()
- repeat while the timer < 10
- end repeat
- set the blend of sprite 36 to 0
- updateStage()
- go(30, gMovie)
- end
-